internal/runtime/atomic.Pointer.u (field)
6 uses
	internal/runtime/atomic (current package)
		types.go#L519: 	u UnsafePointer
		types.go#L526: 	return (*T)(p.u.Load())
		types.go#L539: 	p.u.StoreNoWB(unsafe.Pointer(value))
		types.go#L546: 	p.u.Store(unsafe.Pointer(value))
		types.go#L562: 	return p.u.CompareAndSwapNoWB(unsafe.Pointer(old), unsafe.Pointer(new))
		types.go#L570: 	return p.u.CompareAndSwap(unsafe.Pointer(old), unsafe.Pointer(new))
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |